Hệ thống quản lý bệnh viện bằng C# với mã nguồn

  • PatientCheckOut.Designer.cs
  • project /
1 namespace HospitalManagementSystemCSharp
2 {
3     
partial class PatientCheckOut
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label3 = new System.Windows.Forms.Label();
32             
this.textBox1 = new System.Windows.Forms.TextBox();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.textBox6 = new System.Windows.Forms.TextBox();
35             
this.textBox5 = new System.Windows.Forms.TextBox();
36             
this.textBox3 = new System.Windows.Forms.TextBox();
37             
this.radioButton2 = new System.Windows.Forms.RadioButton();
38             
this.radioButton1 = new System.Windows.Forms.RadioButton();
39             
this.textBox2 = new System.Windows.Forms.TextBox();
40             
this.label8 = new System.Windows.Forms.Label();
41             
this.label7 = new System.Windows.Forms.Label();
42             
this.label5 = new System.Windows.Forms.Label();
43             
this.label4 = new System.Windows.Forms.Label();
44             
this.label2 = new System.Windows.Forms.Label();
45             
this.textBox7 = new System.Windows.Forms.TextBox();
46             
this.label9 = new System.Windows.Forms.Label();
47             
this.label10 = new System.Windows.Forms.Label();
48             
this.label11 = new System.Windows.Forms.Label();
49             
this.label12 = new System.Windows.Forms.Label();
50             
this.label13 = new System.Windows.Forms.Label();
51             
this.label14 = new System.Windows.Forms.Label();
52             
this.label15 = new System.Windows.Forms.Label();
53             
this.label16 = new System.Windows.Forms.Label();
54             
this.label17 = new System.Windows.Forms.Label();
55             
this.textBox8 = new System.Windows.Forms.TextBox();
56             
this.textBox9 = new System.Windows.Forms.TextBox();
57             
this.textBox10 = new System.Windows.Forms.TextBox();
58             
this.textBox11 = new System.Windows.Forms.TextBox();
59             
this.textBox12 = new System.Windows.Forms.TextBox();
60             
this.textBox13 = new System.Windows.Forms.TextBox();
61             
this.textBox14 = new System.Windows.Forms.TextBox();
62             
this.textBox15 = new System.Windows.Forms.TextBox();
63             
this.button2 = new System.Windows.Forms.Button();
64             
this.button1 = new System.Windows.Forms.Button();
65             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
66             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
67             
this.SuspendLayout();
68             
//
69             
// label3
70             
//
71             
this.label3.AutoSize = true;
72             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
73             
this.label3.ForeColor = System.Drawing.Color.IndianRed;
74             
this.label3.Location = new System.Drawing.Point(224, 21);
75             
this.label3.Name = "label3";
76             
this.label3.Size = new System.Drawing.Size(167, 24);
77             
this.label3.TabIndex = 113;
78             
this.label3.Text = "Patient Checkout";
79             
//
80             
// textBox1
81             
//
82             
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
83             
this.textBox1.Location = new System.Drawing.Point(131, 76);
84             
this.textBox1.Name = "textBox1";
85             
this.textBox1.Size = new System.Drawing.Size(139, 22);
86             
this.textBox1.TabIndex = 112;
87             
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
88             
//
89             
// label1
90             
//
91             
this.label1.AutoSize = true;
92             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93             
this.label1.Location = new System.Drawing.Point(31, 79);
94             
this.label1.Name = "label1";
95             
this.label1.Size = new System.Drawing.Size(73, 16);
96             
this.label1.TabIndex = 111;
97             
this.label1.Text = "Patient Id";
98             
//
99             
// textBox6
100             
//
101             
this.textBox6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102             
this.textBox6.Location = new System.Drawing.Point(131, 347);
103             
this.textBox6.Name = "textBox6";
104             
this.textBox6.Size = new System.Drawing.Size(139, 22);
105             
this.textBox6.TabIndex = 142;
106             
//
107             
// textBox5
108             
//
109             
this.textBox5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110             
this.textBox5.Location = new System.Drawing.Point(131, 289);
111             
this.textBox5.Name = "textBox5";
112             
this.textBox5.Size = new System.Drawing.Size(139, 22);
113             
this.textBox5.TabIndex = 141;
114             
//
115             
// textBox3
116             
//
117             
this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.textBox3.Location = new System.Drawing.Point(131, 232);
119             
this.textBox3.Name = "textBox3";
120             
this.textBox3.Size = new System.Drawing.Size(139, 22);
121             
this.textBox3.TabIndex = 139;
122             
//
123             
// radioButton2
124             
//
125             
this.radioButton2.AutoSize = true;
126             
this.radioButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127             
this.radioButton2.Location = new System.Drawing.Point(212, 182);
128             
this.radioButton2.Name = "radioButton2";
129             
this.radioButton2.Size = new System.Drawing.Size(78, 20);
130             
this.radioButton2.TabIndex = 138;
131             
this.radioButton2.Text = "Female";
132             
this.radioButton2.UseVisualStyleBackColor = true;
133             
//
134             
// radioButton1
135             
//
136             
this.radioButton1.AutoSize = true;
137             
this.radioButton1.Checked = true;
138             
this.radioButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
139             
this.radioButton1.Location = new System.Drawing.Point(131, 182);
140             
this.radioButton1.Name = "radioButton1";
141             
this.radioButton1.Size = new System.Drawing.Size(60, 20);
142             
this.radioButton1.TabIndex = 137;
143             
this.radioButton1.TabStop = true;
144             
this.radioButton1.Text = "Male";
145             
this.radioButton1.UseVisualStyleBackColor = true;
146             
//
147             
// textBox2
148             
//
149             
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
150             
this.textBox2.Location = new System.Drawing.Point(131, 127);
151             
this.textBox2.Name = "textBox2";
152             
this.textBox2.Size = new System.Drawing.Size(139, 22);
153             
this.textBox2.TabIndex = 136;
154             
//
155             
// label8
156             
//
157             
this.label8.AutoSize = true;
158             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
159             
this.label8.Location = new System.Drawing.Point(38, 350);
160             
this.label8.Name = "label8";
161             
this.label8.Size = new System.Drawing.Size(66, 16);
162             
this.label8.TabIndex = 135;
163             
this.label8.Text = "Address";
164             
//
165             
// label7
166             
//
167             
this.label7.AutoSize = true;
168             
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
169             
this.label7.Location = new System.Drawing.Point(44, 292);
170             
this.label7.Name = "label7";
171             
this.label7.Size = new System.Drawing.Size(60, 16);
172             
this.label7.TabIndex = 134;
173             
this.label7.Text = "Contact";
174             
//
175             
// label5
176             
//
177             
this.label5.AutoSize = true;
178             
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
179             
this.label5.Location = new System.Drawing.Point(68, 235);
180             
this.label5.Name = "label5";
181             
this.label5.Size = new System.Drawing.Size(36, 16);
182             
this.label5.TabIndex = 132;
183             
this.label5.Text = "Age";
184             
//
185             
// label4
186             
//
187             
this.label4.AutoSize = true;
188             
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
189             
this.label4.Location = new System.Drawing.Point(45, 184);
190             
this.label4.Name = "label4";
191             
this.label4.Size = new System.Drawing.Size(59, 16);
192             
this.label4.TabIndex = 131;
193             
this.label4.Text = "Gender";
194             
//
195             
// label2
196             
//
197             
this.label2.AutoSize = true;
198             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199             
this.label2.Location = new System.Drawing.Point(55, 130);
200             
this.label2.Name = "label2";
201             
this.label2.Size = new System.Drawing.Size(49, 16);
202             
this.label2.TabIndex = 130;
203             
this.label2.Text = "Name";
204             
//
205             
// textBox7
206             
//
207             
this.textBox7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
208             
this.textBox7.Location = new System.Drawing.Point(131, 397);
209             
this.textBox7.Name = "textBox7";
210             
this.textBox7.Size = new System.Drawing.Size(139, 22);
211             
this.textBox7.TabIndex = 144;
212             
//
213             
// label9
214             
//
215             
this.label9.AutoSize = true;
216             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
217             
this.label9.Location = new System.Drawing.Point(38, 400);
218             
this.label9.Name = "label9";
219             
this.label9.Size = new System.Drawing.Size(66, 16);
220             
this.label9.TabIndex = 143;
221             
this.label9.Text = "Disease";
222             
//
223             
// label10
224             
//
225             
this.label10.AutoSize = true;
226             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
227             
this.label10.Location = new System.Drawing.Point(351, 79);
228             
this.label10.Name = "label10";
229             
this.label10.Size = new System.Drawing.Size(57, 16);
230             
this.label10.TabIndex = 145;
231             
this.label10.Text = "Date In";
232             
//
233             
// label11
234             
//
235             
this.label11.AutoSize = true;
236             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.label11.Location = new System.Drawing.Point(340, 130);
238             
this.label11.Name = "label11";
239             
this.label11.Size = new System.Drawing.Size(68, 16);
240             
this.label11.TabIndex = 146;
241             
this.label11.Text = "Date Out";
242             
//
243             
// label12
244             
//
245             
this.label12.AutoSize = true;
246             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
247             
this.label12.Location = new System.Drawing.Point(335, 235);
248             
this.label12.Name = "label12";
249             
this.label12.Size = new System.Drawing.Size(73, 16);
250             
this.label12.TabIndex = 147;
251             
this.label12.Text = "Room No";
252             
//
253             
// label13
254             
//
255             
this.label13.AutoSize = true;
256             
this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
257             
this.label13.Location = new System.Drawing.Point(319, 287);
258             
this.label13.Name = "label13";
259             
this.label13.Size = new System.Drawing.Size(89, 16);
260             
this.label13.TabIndex = 148;
261             
this.label13.Text = "Room Type";
262             
//
263             
// label14
264             
//
265             
this.label14.AutoSize = true;
266             
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
267             
this.label14.Location = new System.Drawing.Point(344, 184);
268             
this.label14.Name = "label14";
269             
this.label14.Size = new System.Drawing.Size(64, 16);
270             
this.label14.TabIndex = 149;
271             
this.label14.Text = "Building";
272             
//
273             
// label15
274             
//
275             
this.label15.AutoSize = true;
276             
this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
277             
this.label15.Location = new System.Drawing.Point(357, 339);
278             
this.label15.Name = "label15";
279             
this.label15.Size = new System.Drawing.Size(51, 16);
280             
this.label15.TabIndex = 150;
281             
this.label15.Text = "Status";
282             
//
283             
// label16
284             
//
285             
this.label16.AutoSize = true;
286             
this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
287             
this.label16.Location = new System.Drawing.Point(297, 397);
288             
this.label16.Name = "label16";
289             
this.label16.Size = new System.Drawing.Size(111, 16);
290             
this.label16.TabIndex = 151;
291             
this.label16.Text = "Medicine Price";
292             
//
293             
// label17
294             
//
295             
this.label17.AutoSize = true;
296             
this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
297             
this.label17.Location = new System.Drawing.Point(364, 447);
298             
this.label17.Name = "label17";
299             
this.label17.Size = new System.Drawing.Size(44, 16);
300             
this.label17.TabIndex = 152;
301             
this.label17.Text = "Total";
302             
//
303             
// textBox8
304             
//
305             
this.textBox8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
306             
this.textBox8.Location = new System.Drawing.Point(431, 76);
307             
this.textBox8.Name = "textBox8";
308             
this.textBox8.Size = new System.Drawing.Size(139, 22);
309             
this.textBox8.TabIndex = 153;
310             
//
311             
// textBox9
312             
//
313             
this.textBox9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
314             
this.textBox9.Location = new System.Drawing.Point(431, 127);
315             
this.textBox9.Name = "textBox9";
316             
this.textBox9.Size = new System.Drawing.Size(139, 22);
317             
this.textBox9.TabIndex = 154;
318             
//
319             
// textBox10
320             
//
321             
this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
322             
this.textBox10.Location = new System.Drawing.Point(431, 181);
323             
this.textBox10.Name = "textBox10";
324             
this.textBox10.Size = new System.Drawing.Size(139, 22);
325             
this.textBox10.TabIndex = 155;
326             
//
327             
// textBox11
328             
//
329             
this.textBox11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
330             
this.textBox11.Location = new System.Drawing.Point(431, 232);
331             
this.textBox11.Name = "textBox11";
332             
this.textBox11.Size = new System.Drawing.Size(139, 22);
333             
this.textBox11.TabIndex = 156;
334             
//
335             
// textBox12
336             
//
337             
this.textBox12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
338             
this.textBox12.Location = new System.Drawing.Point(431, 284);
339             
this.textBox12.Name = "textBox12";
340             
this.textBox12.Size = new System.Drawing.Size(139, 22);
341             
this.textBox12.TabIndex = 157;
342             
//
343             
// textBox13
344             
//
345             
this.textBox13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
346             
this.textBox13.Location = new System.Drawing.Point(431, 394);
347             
this.textBox13.Name = "textBox13";
348             
this.textBox13.Size = new System.Drawing.Size(139, 22);
349             
this.textBox13.TabIndex = 158;
350             
//
351             
// textBox14
352             
//
353             
this.textBox14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
354             
this.textBox14.Location = new System.Drawing.Point(431, 336);
355             
this.textBox14.Name = "textBox14";
356             
this.textBox14.Size = new System.Drawing.Size(139, 22);
357             
this.textBox14.TabIndex = 158;
358             
//
359             
// textBox15
360             
//
361             
this.textBox15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
362             
this.textBox15.Location = new System.Drawing.Point(431, 444);
363             
this.textBox15.Name = "textBox15";
364             
this.textBox15.Size = new System.Drawing.Size(139, 22);
365             
this.textBox15.TabIndex = 159;
366             
//
367             
// button2
368             
//
369             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
370             
this.button2.Location = new System.Drawing.Point(320, 498);
371             
this.button2.Name = "button2";
372             
this.button2.Size = new System.Drawing.Size(83, 27);
373             
this.button2.TabIndex = 161;
374             
this.button2.Text = "Reset";
375             
this.button2.UseVisualStyleBackColor = true;
376             
this.button2.Click += new System.EventHandler(this.button2_Click);
377             
//
378             
// button1
379             
//
380             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
381             
this.button1.Location = new System.Drawing.Point(212, 498);
382             
this.button1.Name = "button1";
383             
this.button1.Size = new System.Drawing.Size(73, 27);
384             
this.button1.TabIndex = 160;
385             
this.button1.Text = "Add";
386             
this.button1.UseVisualStyleBackColor = true;
387             
this.button1.Click += new System.EventHandler(this.button1_Click);
388             
//
389             
// pictureBox1
390             
//
391             
this.pictureBox1.Image = global::HospitalManagementSystemCSharp.Properties.Resources.hms2;
392             
this.pictureBox1.Location = new System.Drawing.Point(484, 9);
393             
this.pictureBox1.Name = "pictureBox1";
394             
this.pictureBox1.Size = new System.Drawing.Size(120, 56);
395             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
396             
this.pictureBox1.TabIndex = 114;
397             
this.pictureBox1.TabStop = false;
398             
//
399             
// PatientCheckOut
400             
//
401             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
402             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
403             
this.ClientSize = new System.Drawing.Size(611, 537);
404             
this.Controls.Add(this.button2);
405             
this.Controls.Add(this.button1);
406             
this.Controls.Add(this.textBox15);
407             
this.Controls.Add(this.textBox14);
408             
this.Controls.Add(this.textBox13);
409             
this.Controls.Add(this.textBox12);
410             
this.Controls.Add(this.textBox11);
411             
this.Controls.Add(this.textBox10);
412             
this.Controls.Add(this.textBox9);
413             
this.Controls.Add(this.textBox8);
414             
this.Controls.Add(this.label17);
415             
this.Controls.Add(this.label16);
416             
this.Controls.Add(this.label15);
417             
this.Controls.Add(this.label14);
418             
this.Controls.Add(this.label13);
419             
this.Controls.Add(this.label12);
420             
this.Controls.Add(this.label11);
421             
this.Controls.Add(this.label10);
422             
this.Controls.Add(this.textBox7);
423             
this.Controls.Add(this.label9);
424             
this.Controls.Add(this.textBox6);
425             
this.Controls.Add(this.textBox5);
426             
this.Controls.Add(this.textBox3);
427             
this.Controls.Add(this.radioButton2);
428             
this.Controls.Add(this.radioButton1);
429             
this.Controls.Add(this.textBox2);
430             
this.Controls.Add(this.label8);
431             
this.Controls.Add(this.label7);
432             
this.Controls.Add(this.label5);
433             
this.Controls.Add(this.label4);
434             
this.Controls.Add(this.label2);
435             
this.Controls.Add(this.pictureBox1);
436             
this.Controls.Add(this.label3);
437             
this.Controls.Add(this.textBox1);
438             
this.Controls.Add(this.label1);
439             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
440             
this.MaximizeBox = false;
441             
this.Name = "PatientCheckOut";
442             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
443             
this.Text = "PatientCheckOut";
444             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
445             
this.ResumeLayout(false);
446             
this.PerformLayout();
447
448         }
449
450         
#endregion
451
452         
private System.Windows.Forms.PictureBox pictureBox1;
453         
private System.Windows.Forms.Label label3;
454         
private System.Windows.Forms.TextBox textBox1;
455         
private System.Windows.Forms.Label label1;
456         
private System.Windows.Forms.TextBox textBox6;
457         
private System.Windows.Forms.TextBox textBox5;
458         
private System.Windows.Forms.TextBox textBox3;
459         
private System.Windows.Forms.RadioButton radioButton2;
460         
private System.Windows.Forms.RadioButton radioButton1;
461         
private System.Windows.Forms.TextBox textBox2;
462         
private System.Windows.Forms.Label label8;
463         
private System.Windows.Forms.Label label7;
464         
private System.Windows.Forms.Label label5;
465         
private System.Windows.Forms.Label label4;
466         
private System.Windows.Forms.Label label2;
467         
private System.Windows.Forms.TextBox textBox7;
468         
private System.Windows.Forms.Label label9;
469         
private System.Windows.Forms.Label label10;
470         
private System.Windows.Forms.Label label11;
471         
private System.Windows.Forms.Label label12;
472         
private System.Windows.Forms.Label label13;
473         
private System.Windows.Forms.Label label14;
474         
private System.Windows.Forms.Label label15;
475         
private System.Windows.Forms.Label label16;
476         
private System.Windows.Forms.Label label17;
477         
private System.Windows.Forms.TextBox textBox8;
478         
private System.Windows.Forms.TextBox textBox9;
479         
private System.Windows.Forms.TextBox textBox10;
480         
private System.Windows.Forms.TextBox textBox11;
481         
private System.Windows.Forms.TextBox textBox12;
482         
private System.Windows.Forms.TextBox textBox13;
483         
private System.Windows.Forms.TextBox textBox14;
484         
private System.Windows.Forms.TextBox textBox15;
485         
private System.Windows.Forms.Button button2;
486         
private System.Windows.Forms.Button button1;
487     }
488 }


Gõ tìm kiếm nhanh...